home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie (Director's Cut) / Virtual Valerie (Director's Cut).iso / valerie / valerie.dir / 00001.ls next >
Encoding:
Text File  |  1994-09-26  |  188 b   |  11 lines

  1. on exitFrame
  2.   global Mypath, Root, pc_chk
  3.   set Mypath to the moviePath
  4.   set pc_chk to the machineType
  5.   if pc_chk = 256 then
  6.     set Root to "\"
  7.   else
  8.     set Root to ":"
  9.   end if
  10. end
  11.